PoseDetection
Pose detection models.
Types
MoveNetSinglePoseLighting
Link copied to clipboard
object MoveNetSinglePoseLighting : ONNXModels.PoseDetection<SinglePoseDetectionModel>
Content copied to clipboard
This model is a convolutional neural network model that runs on RGB images and predicts human joint locations of a single person. (edges are available in org.jetbrains.kotlinx.dl.onnx.inference.posedetection.edgeKeyPointsPairs and keypoints are in org.jetbrains.kotlinx.dl.onnx.inference.posedetection.keyPoints).
MoveNetSinglePoseThunder
Link copied to clipboard
object MoveNetSinglePoseThunder : ONNXModels.PoseDetection<SinglePoseDetectionModel>
Content copied to clipboard
This model is a convolutional neural network model that runs on RGB images and predicts human joint locations of a single person. (edges are available in org.jetbrains.kotlinx.dl.onnx.inference.posedetection.edgeKeyPointsPairs and keypoints are in org.jetbrains.kotlinx.dl.onnx.inference.posedetection.keyPoints).
Functions
Properties
inputShape
Link copied to clipboard
modelRelativePath
Link copied to clipboard
preprocessor
Link copied to clipboard
open val preprocessor: Operation<Pair<FloatArray, TensorShape>, Pair<FloatArray, TensorShape>>
Content copied to clipboard
Inheritors
ONNXModels.PoseDetection
Link copied to clipboard
ONNXModels.PoseDetection
Link copied to clipboard
ONNXModels.PoseDetection
Link copied to clipboard